Welcome![Sign In][Sign Up]
Location:
Search - Linux s3c2410

Search list

[Program docS3C2410完全开发流程

Description:

本书面向由传统51单片机转向ARM嵌入式开发的硬件工程师、由硬件转嵌入式软件开发的工程师、没有嵌入式开发经验的软件工程师。


Platform: | Size: 1419871 | Author: gui500 | Hits:

[Other resourcejflash_s3c2440.linux

Description: 个人开发的LINUX下的JTAG烧写软件,专门烧写三星的嵌入式ARM9处理器S3C2410的,支持SST39VF160, AM29LV800B, K9F1208,K9F1G08 等各种FLASH的烧写。-personal development of the Linux software JTAG burning, burning specialized embedded ARM9 Samsung S3C2410 processor support SST39VF160, AM29LV800B, K9F1208, such as FLASH K9F1G08 the burning.
Platform: | Size: 10075 | Author: evan_wu | Hits:

[Linux-Unixs3c2410-buttons

Description: s3c2410基于linux的按键示例代码 -s3c2410 the keys sample code
Platform: | Size: 960 | Author: guicaili | Hits:

[Linux-Unixs3c2410-led

Description: s3c2410 基于linux上的LED实力代码,类似跑马灯-s3c2410 based on the LED power source, similar 5,250
Platform: | Size: 1432 | Author: guicaili | Hits:

[Linux-Unixohci-s3c2410

Description: 这是s3c2410USB主机驱动程序,编译linux内核然后烧进2410板-s3c2410USB host driver, compile Linux kernel then burned into the 2410 Plate
Platform: | Size: 3955 | Author: 王庆 | Hits:

[Other resourcearm-linux-gcc3.4.1

Description: arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译-arm - linux-gcc compiler, S3C2410 development board transplantation latest linux2.6.14 kernel, need to use the compiler compiler
Platform: | Size: 42745892 | Author: 李雷 | Hits:

[Other Embeded programs3c2410-gpio_module

Description: embedded linux:for s3c2410 linux kernel 2.4 gpio test program
Platform: | Size: 50176 | Author: addison | Hits:

[Other Embeded programdemo-creator-s3c2410

Description: embedded linux-s3c2410 for linux kernel 2.4 demo program test sample
Platform: | Size: 153600 | Author: addison | Hits:

[Embeded LinuxLinux-s3c2410

Description: 嵌入式linux初级实验手册,对ARMs3c2410初学者快速入门很有用-Embedded linux primary laboratory manual, quick start on ARMs3c2410 useful for beginners
Platform: | Size: 14716928 | Author: 周先生 | Hits:

[ARM-PowerPC-ColdFire-MIPSdnw-0.5A-linux-src

Description: DNW 0.5A on Linux (for S3C2410)
Platform: | Size: 2314240 | Author: Fan Hua | Hits:

[Linux-UnixTransplant-linux-to-S3C2410

Description: linux移植到S3C2410平台的电子文档,该文档详细讲解了整个移植过程。-S3C2410 platform linux ported to the electronic document that explain in detail the entire transplant process.
Platform: | Size: 1108992 | Author: zhangya | Hits:

[Embeded LinuxS3C2410-experiment-and-practice

Description: 基于 S3C2410 嵌入式Linux 开发实验与实践-Base on S3C2410 embedded Linux Development experiment and practice
Platform: | Size: 9185280 | Author: 小单 | Hits:

[Embeded LinuxS3C2410_GPIO(Linux)

Description: 在linux下,S3C2410开发板上GPIO的驱动样例,希望对你有帮助-In linux, S3C2410 GPIO driver development
Platform: | Size: 6144 | Author: 无语了 | Hits:

[Linux-UnixS3C2410-SPI

Description: linux spi 接口 示例 S3C2410-Based on the spi interface driver linux example
Platform: | Size: 36864 | Author: lee asine | Hits:

[Linux-Unixembedded--Linux---s3c2410

Description: linux下实验初级入门 纯word版本 很好很强大-a simple lab discript in linux it is very useful to fresh man in linux study
Platform: | Size: 14653440 | Author: code92ctq | Hits:

[VOIP programOV511-chip-camera-

Description: linux下,基于S3C2440开发板的视频监控系统,基于OV511芯片摄像头,实现了软件方式的H.264图像编码,包括驱动,动态连接库,核心代码。采用B/S结构设计,--under linux, S3C2410 development board based on the family video monitoring system, based on the OV511 chip camera, the software realization of the H.264 image coding methods, including drivers, dynamic link library, the core code. The use of B/S structure design,
Platform: | Size: 13312 | Author: 肥志 | Hits:

[Linux-UnixLinux-driver-development15

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形成了非常通用、可适应性很强的I2C框架。6.1节对Linux I2C体系结构进行分析,讲解3个组成部分各自的功能及相互联系。6.2节对Linux I2C核心进行分析,讲解i2c-core.c文件的功能和主要函数的实现。6.3节、6.4节分别详细介绍I2C总线驱动和I2C设备驱动的编写方法,给出可供参考的设计模板。6.5节、6.6节以6.3节和6.4节给出的设计模板为基础,讲解S3C2410 ARM处理器I2C总线驱动及挂接在其上的SAA7113H视频模拟/数字转换芯片设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 15, Linux the I2C bus and core, device drivers. The I2C bus use only the two root, SDA SCL signal will achieve the data interaction between equipment, greatly simplified the hardware resources and PCB wiring space take up. Therefore, the I2C bus is very widely used in EEPROM, real clock, small LCD equipment and CPU interface. Linux system defines the I2C drive system structure in Linux, system, the I2C driven by three parts, namely the I2C core, the I2C bus driver and the I2C device drivers. The three parts of the cooperation and formed very general, can vary adaptive the I2C framework. Section 6.1 the I2C system for Linux analyzed the structure, the explanation is 3 part of their respective functions and to each other. Section 6.2 to Linux
Platform: | Size: 593920 | Author: 华清远见 | Hits:

[Embeded LinuxLinux-s3c2410

Description: 《嵌入式Linux初级实验教程--基于S3C2410》,非常好的一本书,通过实验实例讲述嵌入式Linux,浅显易懂。-" Embedded Linux tutorial primary experiment- based on S3C2410" , a very good book, by experimental examples about embedded Linux, easy to understand.
Platform: | Size: 15036416 | Author: 周博通 | Hits:

[Embeded LinuxRS485

Description: 这是适用与s3c2410处理器的485通信的裸奔代码,在项目中可以直接copy。如果是采用其它处理器即修改寄存器即可。-This is applicable to s3c2410 processor 485 with the streaking code in the project can copy. If you are using other processor registers that can be modified.
Platform: | Size: 40960 | Author: 左锋 | Hits:

[Embeded Linux基于S3C2410的Linux全线移植文档

Description: 基于S3C2410的Linux移植文档,共有7个章节。(Linux transplantation document based on S3C2410)
Platform: | Size: 1111040 | Author: taideng | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 40 »

CodeBus www.codebus.net